home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 12 C64 Telecom / VTX40C.NEW < prev    next >
Encoding:
Text File  |  2019-04-13  |  6.8 KB  |  194 lines

  1. Summary of Changes from version 4.0A to 4.0C
  2. --------------------------------------------
  3.  
  4. BASIC program
  5.         1)      Line 2 was changed to 'program configuration section'
  6.         2)      Line 8 has not changed textually but has increased implicit
  7.                 meaning.  If carrier detection is enabled and:
  8.                  a) carrier becomes lost, VIDTEX places the AUTOMODEM on hook
  9.                         and closes the RS232 KERNAL channel.
  10.                         [ Data Carrier Lost ]
  11.                         [ CBM AUTOMODEM - On Hook ]
  12.                  b) carrier becomes present, VIDTEX takes the AUTOMODEM off
  13.                         hook and opens the RS232 KERNAL channel.
  14.                         [ CBM AUTOMODEM - Off Hook ]
  15.                         [ Terminal Mode ]
  16.                         [ Data Carrier Present ]
  17.         3)      Line 10 was added for 
  18.                 10 poke x,059 : rem user-defined 1200 baud rate, low byte
  19.                 11 sys xxxxx
  20. Overview Changes
  21.         1)      All terminal mode messages are enclosed with "[" and "]"
  22.                 replacing the "**" used in 4.0A.
  23.         2)      Default disk file names are:
  24.                  a) vidtex.key  Function Keys
  25.                  b) vidtex.ato  Autolog
  26.                  c) vidtex.ast  Autolog Auto Start BASIC program
  27.                  d) vidtex.txt  Capture Buffer Save
  28. B Protocol
  29.         1)      Send-Ahead Page number control was moved from BASIC program
  30.                 to Meta-Q.
  31.                 If an attempt to reference a send-ahead page is made and:
  32.                  a) the Capture Buffer is non-zero, the bell is sounded.
  33.                  b) the buffer is empty, send ahead pages are reallocated
  34. VIDEO
  35.                 The sounding of the bell is crisp and does not hum.
  36. Capture Buffer
  37.         1)      The RAM Buffer was renamed the Capture Buffer
  38.         2)      Meta-L Unedited load has been replaced with:
  39.                  a) Meta-K  same as previous Meta-L
  40.                  b) Meta-L  Read and convert a Commodore character set file
  41.                         NOTE: This function will not convert CBM SG4
  42.                         representations back to VIDTEX SG4 characters.
  43.         3)      The Capture Buffer Full message was changed to
  44.                   [ Capture Buffer Full ]
  45.                   [ Press CTRL-Q to continue ]
  46.                 The bug in 4.0A that disabled reception of data
  47.                 has been fixed.
  48. Autolog
  49.         1)      Auto Logon was renamed to Autolog.
  50.         2)      Meta-I nolonger causes the disk drive motor to run continuously
  51.                 during the creation session.
  52.         3)      Meta-J will now only execute Autolog files that contain the
  53.                 proper header and version number information.  An update
  54.                 program has been provided to convert 4.0A Auto Logon files
  55.                 to the new format
  56. Function Keys
  57.         1)      At the Meta-F Function key menu, you can type RETURN to
  58.                 exit back to terminal mode.
  59.         2)      Meta-F Load Definitions will now only load Function Key files
  60.                 that contain the proper header and version number information.
  61.                 An update program has not been written.
  62. Disk Directory
  63.                 The Meta-* prompts for "Enter Search String:" to allow for
  64.                 the use of "*" and "?" for wild card directory searches.
  65.                 Typing carriage return defaults to the entire directory.
  66. Meta-Q
  67.         1)      The Flow entry was broken out into FLOW XMIT and
  68.                 FLOW RECV to allow the user to disable flow control
  69.                 transmissions by VIDTEX (FLOW XMIT) and to disable recognition
  70.                 of received flow control (FLOW RECV, same as 4.0A's FLOW).
  71.         2)      The addition of item 8 for direct user control of the number
  72.                 of Send-Ahead pages.  Option "N" is for No pages (1 page)
  73.                 and "Y" for Yes pages (8 pages).
  74. Meta-
  75.                 The dialing menu has been enhanced to include Auto Dial,
  76.                 Auto Answer, Off Hook, On Hook, and exit Meta-.
  77. Meta-M
  78.                 Meta Menu has been updated to reflect the new command set.
  79. Help Menu
  80.                 The Help menu has been updated to show every control character
  81.                 in the ASCII set that cannot be obtained by holding CTRL and
  82.                 pressing a letter.
  83. Error Recovery
  84.         1)      The equivalent of the BASIC RUN/RESTORE warm start is now
  85.                 available by typing Meta-A/RESTORE which does a warm start
  86.                 on VIDTEX.
  87.         2)      If the processor executes a BRK instruction, "[ CRASHED ]"
  88.                 is displayed on the third line of the video display and
  89.                 a warm start is attempted (the message "[ Terminal Mode ]"
  90.                 indicates a warm start was attempted).
  91.  
  92. S1650 AUTOMODEM Menu
  93.  
  94. 1 Auto Dial
  95. 2 Auto Answer
  96. 3 Manual Off Hook
  97. 4 Manual On Hook
  98. 5 Exit
  99.  
  100. Enter digit: 
  101.  
  102. [ AUTOMODEM - Off Hook ]
  103. [ AUTOMODEM - On Hook ]
  104.  
  105. OK
  106.  
  107. Set O-A Switch to O, T-D to D, H-F to F
  108. Enter Phone Number: 
  109.  
  110. Set O-A Switch to A, T-D to D, H-F to F
  111. Waiting for Call
  112.  
  113.  
  114.         vidtex.ato 
  115.         vidtex.key 
  116.         vidtex.txt
  117.  
  118. [ CRASHED ]
  119.  
  120. [ % VTXCMP - Communications Problem, Please Stand By... ]
  121.  
  122. [ ? VTXCMF - Communications Failure, Returning to Terminal Mode ]
  123.  
  124.         KEY DEFINITIONS
  125. CTRL            Control key
  126. COMMODORE       Meta key
  127.  
  128. RUN/STOP        Control C
  129. English Pound   Escape
  130. CRSR down       Line Feed
  131. CRSR right      Tab
  132. INST/DEL        Backspace
  133.  
  134. CTRL and ! is          ( is 
  135.              NUL   Pound    \
  136.          )             -    
  137.   INST/DEL    DEL       '    
  138.          ,    FS        ;    GS
  139.          ^    RS        _    US
  140.  
  141. F 1 to F 8      Function Keys 1 to 8
  142.  
  143. Local Color Control
  144. Meta and ,      Text
  145.          .      Background
  146.          /      Border
  147. Key <RETURN> for terminal mode
  148.  
  149. Old Autolog
  150.  
  151. Creating New Autolog
  152.  
  153. Disk Catalog
  154. Enter Search String:
  155.  
  156.  
  157. [ Ram Buffer Full! ]
  158. Capture Buffer NOT Empty
  159.  
  160.         Meta Key Functions
  161. Capture Buffer  
  162. O Open          C Close
  163. Z Zero          G Get Screen
  164. D Display       P Print
  165. K Load ASCII    L Load CBM File
  166. U Unedited Save S Save CBM File
  167. V Transmit      Y Transmit W/Prompt
  168. Used:      0    Free:      0
  169.  
  170. Local Control
  171. E Enable Clean  B Break Words
  172. R Printer On    T Printer Off
  173. : Print Screen  CLR Clear Screen
  174.  
  175. Miscellaneous   X Exit
  176. A Abort         F Function Keys
  177. H Help          M Menu
  178. I New Autolog   J Old Autolog
  179. N Scratch File  * Catalog
  180. Q Query/Set Status
  181.                 * CBM AUTOMODEM Menu
  182.  
  183. //comment: Displayed when VIDTEX enters terminal mode from 1) Automodem
  184. //menu, 2) pressing Meta-A with RESTORE (warn start on VIDTEX)
  185. //Notably: ON Hook does not return to terminal mode since any text typed
  186. //is not transmitted, only Meta keys will be active (since there is nothing
  187. //being sent or received (the phone is on hook))
  188. [ Terminal Mode ]
  189.  
  190. Autolog Auto Start
  191.         Entering Autolog Mode
  192.         using : <file name is displayed here>
  193.  
  194.